projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a73fd
)
Don't declare various unused variables in gtk_grid_set_orientation
author
Christian Dywan
<christian@twotoasts.de>
Fri, 22 Oct 2010 17:05:40 +0000
(19:05 +0200)
committer
Christian Dywan
<christian@twotoasts.de>
Fri, 22 Oct 2010 17:05:40 +0000
(19:05 +0200)
gtk/gtkgrid.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgrid.c
b/gtk/gtkgrid.c
index f1109b5fab84694399e34b8eafd188767cd97a5f..05f50ab3c5113959105fe4a834cf6066367040d3 100644
(file)
--- a/
gtk/gtkgrid.c
+++ b/
gtk/gtkgrid.c
@@
-187,9
+187,6
@@
gtk_grid_set_orientation (GtkGrid *grid,
GtkOrientation orientation)
{
GtkGridPrivate *priv = grid->priv;
- GList *list;
- GtkGridChild *child;
- gint left, top, width, height;
if (priv->orientation != orientation)
{